home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_878
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
626b
|
39 lines
on(release){
stopAllSounds();
if(money >= 450 and 99 >= day)
{
money -= 450;
day += 1;
count = 0;
countt = 0;
counttt = 0;
countttt = 0;
luck = random(20);
if(1 >= luck)
{
mood = 100;
cond = 2;
}
else if(11 >= luck)
{
mood = 20;
cond = 0;
}
else if(15 >= luck)
{
mood = 100;
cond = 1;
}
else
{
mood = 100;
cond = 0;
}
gotoAndStop(1661);
}
else
{
gotoAndStop(1319);
}
}